home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / prtfrm51.zip / FRMSRC.ZIP / FDEMO10.DFM / FDEMO10.txt
Text File  |  1996-06-20  |  4KB  |  130 lines

  1. object Form10: TForm10
  2.   Left = 153
  3.   Top = 522
  4.   BorderStyle = bsDialog
  5.   Caption = 'Demo7'
  6.   ClientHeight = 146
  7.   ClientWidth = 542
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 519
  19.     Height = 83
  20.     Shape = bsFrame
  21.     IsControl = True
  22.   end
  23.   object Label9: TLabel
  24.     Left = 21
  25.     Top = 32
  26.     Width = 423
  27.     Height = 21
  28.     Caption = 'This is a demonstration of the TPrintWin Component.'
  29.     Color = clBtnFace
  30.     Font.Color = clMaroon
  31.     Font.Height = -18
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentColor = False
  35.     ParentFont = False
  36.   end
  37.   object Label10: TLabel
  38.     Left = 25
  39.     Top = 57
  40.     Width = 340
  41.     Height = 21
  42.     Caption = 'It displays the layout of the printer selected'
  43.     Color = clBtnFace
  44.     Font.Color = clMaroon
  45.     Font.Height = -18
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentColor = False
  49.     ParentFont = False
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 278
  53.     Top = 106
  54.     Width = 95
  55.     Height = 33
  56.     Caption = 'Exit'
  57.     TabOrder = 1
  58.     Kind = bkCancel
  59.     Margin = 2
  60.     Spacing = -1
  61.     IsControl = True
  62.   end
  63.   object Preview: TBitBtn
  64.     Left = 157
  65.     Top = 106
  66.     Width = 88
  67.     Height = 33
  68.     Caption = 'Pre&View'
  69.     TabOrder = 0
  70.     OnClick = PreviewClick
  71.     Glyph.Data = {
  72.       76010000424D7601000000000000760000002800000020000000100000000100
  73.       04000000000000010000130B0000130B00000000000000000000000000000000
  74.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  75.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  76.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  77.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  78.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  79.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  80.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  81.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  82.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  83.       33333337FFFF7733333333300000033333333337777773333333}
  84.     NumGlyphs = 2
  85.   end
  86.   object PrintWin1: TPrintWin
  87.     HeaderFont.Color = clWindowText
  88.     HeaderFont.Height = 16
  89.     HeaderFont.Name = 'Arial'
  90.     HeaderFont.Style = []
  91.     FooterFont.Color = clWindowText
  92.     FooterFont.Height = 12
  93.     FooterFont.Name = 'Arial'
  94.     FooterFont.Style = []
  95.     FrameObjects = True
  96.     clBtnFaceAsWhite = True
  97.     DateTimeStampEnabled = True
  98.     PageNumberEnabled = True
  99.     OutputTo = poViewer
  100.     Orientation = Default
  101.     Units = poInches
  102.     ViewButtonVisible = False
  103.     LineWidth = 0
  104.     GridBackDrop = False
  105.     GridBackDropUnits = poInches
  106.     ZoomPercentage = 100.000000000000000000
  107.     HeaderTop = 0.500000000000000000
  108.     HeaderLeft = 0.500000000000000000
  109.     HeaderEnabled = True
  110.     HeaderOutlined = False
  111.     HeaderFilled = False
  112.     TextColor = clBlack
  113.     ViewBkColor = 11234567
  114.     ViewHeading = 'Printit Viewer'
  115.     HeadingColor = clSilver
  116.     FrameStyle = frThin
  117.     FooterTop = 25.130000000000000000
  118.     FooterString = '                                                  '
  119.     FooterEnabled = True
  120.     FooterOutlined = False
  121.     FooterFilled = False
  122.     FixSansSerif = True
  123.     BorderLeft = 0.500000000000000000
  124.     BorderRight = 0.500000000000000000
  125.     LineSpacing = 2.800000000000000000
  126.     Left = 472
  127.     Top = 40
  128.   end
  129. end
  130.